AI search apps like Perplexity.ai are really cool. They use an LLM to answer your questions, but pull in real-time search results to augment the answer (eg RAG) and list citations. I wanted to know how it works and decided to build my own version. Getting it to work is surprisingly simple and...
I revisited the look of early web design by recreating my home page with a 90s theme. Drawing inspiration from iconic sites like Space Jam, I incorporated classic elements such as gif badges, pixelated fonts, and dithered images to capture the era's distinct look.
A hero to the engineering and operations world, here’s a collection of some of David Henke’s greatest quotes and sayings like “you are only as good as your lieutenants” and “what part of 24/7 don’t you understand?”.
Last football (fantasy) season, my league had a live draft. I didn’t want to do the old magazines, web printouts, highlighter, scratch paper, etc deal, so I decided to write a simple GUI that showed me the fantasy ranks from various online sports sites. Of course, once a player is removed, I ...
Implemented the BK Tree the algorithm myself in Java and posted the result to google code